-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 expose listing license checkouts for frontend #6987
base: master
Are you sure you want to change the base?
🎨 expose listing license checkouts for frontend #6987
Conversation
…sdrobuliak66/osparc-simcore into introduce-vip-models-pricing-8-part
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6987 +/- ##
==========================================
+ Coverage 83.87% 86.76% +2.88%
==========================================
Files 1621 1417 -204
Lines 63993 58823 -5170
Branches 2035 1645 -390
==========================================
- Hits 53672 51035 -2637
+ Misses 9988 7517 -2471
+ Partials 333 271 -62
Continue to review full report in Codecov by Sentry.
|
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We started renaming these as _service
instead of _api
, rithg?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We started renaming these as _rest
instead of _handlers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting enough you have a single rpc
controller for all the subdomains but one rest
handler per subdomain. Perhaps you can put all rest
handerles in a single rest
controller?
I guess if the code is mostly in the repo and service layer, it should be possible and not too bulky
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a badge to show new openapi specs in the description :-)
It is easy and a good practice
What do these changes do?
Related issue/s
How to test
Dev-ops checklist